projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e037c34
)
(delete-extract-rectangle): Doc fix from verna.
author
Dave Love
<fx@gnu.org>
Mon, 23 Aug 1999 16:14:59 +0000
(16:14 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 23 Aug 1999 16:14:59 +0000
(16:14 +0000)
lisp/rect.el
patch
|
blob
|
history
diff --git
a/lisp/rect.el
b/lisp/rect.el
index 1e1a9baa851b7ca1c15fc3727efeeceb9100ee7b..4e412befa460ad5cf0177b6d054df0c7b92fc3a3 100644
(file)
--- a/
lisp/rect.el
+++ b/
lisp/rect.el
@@
-216,7
+216,7
@@
to be deleted."
;;;###autoload
(defun delete-extract-rectangle (start end &optional fill)
- "Delete the contents of the re
gion-rectangle
.
+ "Delete the contents of the re
ctangle with corners at START and END
.
Return it as a list of strings, one for each line of the rectangle.
When called from a program the rectangle's corners are START and END.